eplato-financials-v2 Schema
baseledgerinfo Complex Type
eplato-financials-v2 Schema : baseledgerinfo Complex Type
Namespace urn:xmlns:eplato:financials-v2
Diagram
issubtotal Element isdebit Element accounttype Element description Element accountnumber Element All baseledgerinfo Complex Type
Overview
itemid required xs:int
All
accountnumber xs:int
description xs:string
accounttype Restriction of xs:string
isdebit xs:boolean
issubtotal xs:boolean
Used By
row Element
Attributes
NameTypeUseDefaultFixedDescription
itemidxs:intrequired   
Source
<xs:complexType name="baseledgerinfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="accountnumber" type="xs:int" minOccurs="1" />
    <xs:element name="description" type="xs:string" minOccurs="1" />
    <xs:element name="accounttype" minOccurs="1" maxOccurs="1">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="profitandloss|balance|memo" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="isdebit" type="xs:boolean" minOccurs="1" />
    <xs:element name="issubtotal" type="xs:boolean" minOccurs="1" />
  </xs:all>
  <xs:attribute name="itemid" type="xs:int" use="required" />
</xs:complexType>
See Also
eplato-financials-v2 Schema